-
Notifications
You must be signed in to change notification settings - Fork 397
Cibuild built from sdist -> wheel #622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cibuild built from sdist -> wheel #622
Conversation
kind nudge @molinav |
Hi @molinav does this align with your intention? |
At this point in the pipeline, if the pyx file is not present in the sdist, the pipeline should have failed before at the cibuildwheel step.
For the record: this seems to be the only way right as of today (12 June 2025) to create wheels from sdists using It is possible to set the environment variable
In the job building the data packages, I have changed the call |
aada2c9
to
2e196f5
Compare
I am merging this once the last round of pipelines succeed (it should). Then I will move to the docs PR and resolve the conflicts created by my changes here (the docs PR also includes changes from this PR). |
This PR achieves two things.
First it builds the wheels directly from sdist rather than building the two separately.
Second, it ensures that cibuild will use the data and data_hires in the builds.
This was discussed on #611.